Nevron Open Vision Documentation
Nevron.Nov.Compiler Namespace / NObjectCodeBehind<TObject> Class / thUd<UhUd> Method


In This Topic
    thUd<UhUd> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function thUd(Of UhUd As NObjectCodeBehind(Of TObject))( _
       ByVal vhUd As TObject, _
       ByVal WhUd As NCodeAssembly, _
       ByVal xhUd As UhUd _
    ) As NPromise(Of UhUd)
    'Usage
     
    
    Dim vhUd As TObject
    Dim WhUd As NCodeAssembly
    Dim xhUd As UhUd
    Dim value As NPromise(Of UhUd)
     
    value = NObjectCodeBehind(Of TObject).thUd(Of UhUd)(vhUd, WhUd, xhUd)

    Parameters

    vhUd
    WhUd
    xhUd

    Type Parameters

    UhUd
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also